added -fPIC to LD_FLAGS for extensions, thus making them compile on 64bit archs as...
authorØyvind Kolås <ok@src.gnome.org>
Fri, 8 Sep 2006 14:19:46 +0000 (14:19 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Fri, 8 Sep 2006 14:19:46 +0000 (14:19 +0000)
ChangeLog
extensions/Makefile.am

index c820d6dc4db598a047925d1ad43fc656ecfe2546..5ec4d4ca773d737d6127b95aac3353e0e8b8b99b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-08  Øyvind Kolås  <pippin@gimp.org>
+
+       * extensions/Makefile.am: added -fPIC to LD_FLAGS, thus making it
+       compile on 64bit archs as well.
+
 2006-09-04  Michael Schumacher  <schumaml@cvs.gnome.org>
 
        * extensions/Makefile.am: have to link with libbabl.a, at least on
index e6373391677d0df841f01ba97a1e62ed53e1519f..1abc4c95b4bef35f47b6c4f4c38ee6b173f85a51 100644 (file)
@@ -17,7 +17,7 @@ all-local: $(SOBJS)
 
 CFLAGS  += -I $(top_srcdir)/babl -I $(top_srcdir)/extensions
 
-LDFLAGS += -shared 
+LDFLAGS += -shared -fPIC
 
 LDADD    = $(win32_libs) $(no-undefined)